It doesn't matter what types are in the array& you just choose the right type for your declaration. 实际上,数据中有什么类型并不是问题,您只需为声明选择好正确的类型就可以了。
Another kind of array declaration you can find in WSDL is seen below. 您在WSDL中可以找到的另一种数组声明如下所示。
Basically, whenever the last argument of a method is an array of objects, or a parameter declaration with a triple dot, you can pass multiple parameters to this method. 基本上,只要当一个方法的最后一个参数是一个对象数组,或者是一个有三个点的参数,你就可以向这个方法传入多重参数。
In PL/ 1, the number of bound specifications in an array declaration. pl/1语言中,在数组说明中上下限说明的数目。
You can leave all the bounds blank in an array declaration. 您可以在数组声明中将所有界限保留为空白。
In this article, the writer's own opinion of using Turbo C is elaborated from four aspect. First, the input of two dimension float type array. Secondly, the function's declaration, Thirdly, the array name regarded as function parameter. 从二维实型数组的输入、函数的声明、数组名作函数参数和多维数组的指针4个方面,阐述了使用Turboc时自己的看法。